SMTPSocket.ServerError Event

Executes when an error occured while sending a message. ErrorID and ErrorMessage are sent by the mail server and Email is the message that was being sent when the error occurred.

Syntax

ServerError ( ErrorID, ErrorMessage, Email )

Parameters

ErrorID

Integer

ErrorMessage

String

Email

EmailMessage


Email is removed from the queue at the time the event executes.